'Declaration Public Overrides Function GetItemsCount( _ ByVal collectionView As UIKit.UICollectionView, _ ByVal section As IntPtr _ ) As IntPtr
public override IntPtr GetItemsCount( UIKit.UICollectionView collectionView, IntPtr section )
Parameters
- collectionView
- Collection view displaying the items.
- section
- Index of the section containing the items.
Return Value
Number of items in the section at index section.